home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / Asl.txt next >
Text File  |  1992-09-02  |  329b  |  14 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:Asl.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. LIBRARY 'asl.library', aslbase         /* informal notation */
  6.   AllocFileRequest()
  7.   FreeFileRequest(A0)
  8.   RequestFile(A0)
  9.   AllocAslRequest(D0,A0)
  10.   FreeAslRequest(A0)
  11.   AslRequest(A0,A1)
  12. ENDLIBRARY
  13.  
  14.